home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TSUPPORTDIALOG / TSUPPORTDIALOG.txt
Text File  |  2008-11-03  |  2KB  |  113 lines

  1. inherited SupportDialog: TSupportDialog
  2.   BorderWidth = 8
  3.   Caption = 'Support'
  4.   ClientHeight = 221
  5.   ClientWidth = 329
  6.   OnCreate = FormCreate
  7.   PixelsPerInch = 96
  8.   TextHeight = 13
  9.   object Label1: TUiLabel
  10.     Left = 0
  11.     Top = 0
  12.     Width = 329
  13.     Height = 13
  14.     Align = alTop
  15.     Caption = 'For online technical support, please visit our web site at:'
  16.     WordWrap = True
  17.   end
  18.   object Bevel1: TUiBevel
  19.     Left = 0
  20.     Top = 13
  21.     Width = 329
  22.     Height = 9
  23.     Align = alTop
  24.     Shape = bsSpacer
  25.   end
  26.   object WebURL: TUiUrlLabel
  27.     Left = 0
  28.     Top = 22
  29.     Width = 329
  30.     Height = 13
  31.     Align = alTop
  32.     Caption = 'http://www.scootersoftware.com/support.php'
  33.     URL = 'http://www.scootersoftware.com/support.php'
  34.   end
  35.   object Bevel2: TUiBevel
  36.     Left = 0
  37.     Top = 35
  38.     Width = 329
  39.     Height = 14
  40.     Align = alTop
  41.     Shape = bsSpacer
  42.   end
  43.   object Label2: TUiLabel
  44.     Left = 0
  45.     Top = 49
  46.     Width = 329
  47.     Height = 39
  48.     Align = alTop
  49.     Caption = 
  50.       'Click the "Export" button to save your Beyond Compare settings i' +
  51.       'n a package file, and then email it to us.  This will help us re' +
  52.       'create and troubleshoot a problem.  Your passwords will not be i' +
  53.       'ncluded.'
  54.     WordWrap = True
  55.   end
  56.   object Label3: TUiLabel
  57.     Left = 0
  58.     Top = 132
  59.     Width = 329
  60.     Height = 26
  61.     Align = alTop
  62.     Caption = 
  63.       'This information will be kept confidential and will only be used' +
  64.       ' to reproduce the problem you are having.'
  65.     WordWrap = True
  66.   end
  67.   object ExploreSettingsDirLbl: TUiLabel
  68.     Left = 0
  69.     Top = 206
  70.     Height = 13
  71.     Cursor = crHandPoint
  72.     Caption = 'Explore settings folder'
  73.     OnClick = ExploreSettingsDirClick
  74.     FontColor = clBlue
  75.     FontStyle = [fsUnderline]
  76.   end
  77.   object ExportPanel: TUiPanel
  78.     Left = 0
  79.     Top = 88
  80.     Width = 329
  81.     Height = 44
  82.     Align = alTop
  83.     BevelOuter = bvNone
  84.     TabOrder = 0
  85.     object EmailURL: TUiUrlLabel
  86.       Left = 160
  87.       Top = 16
  88.       Width = 144
  89.       Height = 13
  90.       Caption = 'support@scootersoftware.com'
  91.       URL = 'mailto:support@scootersoftware.com'
  92.     end
  93.     object ExportBtn: TUiButton
  94.       Left = 0
  95.       Top = 8
  96.       Caption = 'Export'
  97.       TabOrder = 0
  98.       OnClick = ExportClick
  99.       AutoSize = asLeft
  100.     end
  101.   end
  102.   object CloseBtn: TUiButton
  103.     Left = 256
  104.     Top = 198
  105.     Cancel = True
  106.     Caption = 'Close'
  107.     Default = True
  108.     ModalResult = 2
  109.     TabOrder = 1
  110.     AutoSize = asRight
  111.   end
  112. end
  113.